build: Drop redundant workaround
authorTimm Bäder <mail@baedert.org>
Tue, 10 Oct 2017 10:53:06 +0000 (12:53 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 10 Oct 2017 10:53:06 +0000 (12:53 +0200)
This is fixed and we require a meson > 0.39 anyway.

gtk/meson.build

index 202e03207b6a380131bb4766d8e182fb466cb73e..36a9ceb7180eeef1d775f5320ad541840383bb28 100644 (file)
@@ -671,15 +671,11 @@ if not (x11_enabled or win32_enabled or quartz_enabled)
 endif
 
 gen_gtk_gresources_xml = find_program('gen-gtk-gresources-xml.py')
-# FIXME: absolute path to work around meson bug with @OUTPUT@ etc. not being
-# handled here, and also with the working dir from which the script is called.
-# Hopefully all to be fixed in Meson 0.39
-outfile = '@0@/gtk.gresources.xml'.format(meson.current_build_dir())
 gtk_gresources_xml = configure_file(output: 'gtk.gresources.xml',
                                     command: [
                                       gen_gtk_gresources_xml,
                                       meson.current_source_dir(),
-                                      outfile
+                                      '@OUTPUT@'
                                     ])
 
 # Re-build the theme files if sassc is available